github.com/klauspost/compress/zstd.Encoder.dispatchJob (method)
6 uses
github.com/klauspost/compress/zstd (current package)
enc_jobs.go#L251: func (e *Encoder) dispatchJob(final bool) error {
encoder.go#L242: if err := e.dispatchJob(false); err != nil {
encoder.go#L504: if err := e.dispatchJob(false); err != nil {
encoder.go#L533: if err = e.dispatchJob(false); err != nil {
encoder.go#L575: if err := e.dispatchJob(false); err != nil {
encoder.go#L669: if err := e.dispatchJob(true); err != nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |